projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a7d903
)
widget: Fix copy&paste error when creating debug nodes
author
Timm Bäder
<mail@baedert.org>
Tue, 4 Jul 2017 12:59:02 +0000
(14:59 +0200)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 20 Jul 2017 01:27:15 +0000
(21:27 -0400)
gtk/gtkwidget.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwidget.c
b/gtk/gtkwidget.c
index d967b8d01cec4038143a678627ac5478ec212bf0..bc716c3fe62233e10a13389deaa3df375b82a1de 100644
(file)
--- a/
gtk/gtkwidget.c
+++ b/
gtk/gtkwidget.c
@@
-15165,7
+15165,7
@@
gtk_widget_maybe_add_debug_render_nodes (GtkWidget *widget,
graphene_rect_init (&bounds,
priv->allocation.width - margin.right, margin.top,
- margin.
lef
t, priv->allocation.height - margin.top - margin.bottom);
+ margin.
righ
t, priv->allocation.height - margin.top - margin.bottom);
gtk_snapshot_append_color (snapshot, &margin_color, &bounds, "Margin right");